This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to disable CTRL-S in Form ?? ~Umberto Nongeroson 13.Jan.04 05:03 PM a Web browser Domino Designer 6.0.3Windows 2000
A misunderstand of how things work can often appear to be a bug. Global variable values are lost when the mode changes from edit to read because this is equivalent to closing and reopening the document -- the LotusScript context is reinitialized. This is not a bug -- it's just how forms work.
As for when a button is clicked, I haven't noticed any such problem and if you have, I'd appreciate it if you could report it to Lotus Support. Of course, much depends on what the button does; if it opens a new document window, for instance the new window won't have access to the globals of the first window.